home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Stereo Enhancer.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2003-06-09  |  3KB  |  148 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 203
  3.   Top = 424
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 58
  8.   ClientWidth = 273
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 273
  25.     Height = 58
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object PanWheel: TLineWheel
  31.       Left = 204
  32.       Top = 29
  33.       Width = 17
  34.       Height = 17
  35.       Hint = '|^b^aPanning'
  36.       Options = []
  37.       SlowMotionDiv = 4
  38.       Min = -128
  39.       Max = 128
  40.       DefaultValue = 0
  41.       OnChange = CutoffWheelChange
  42.       MouseButton = mbLeft
  43.       HotSideX = 9
  44.       HotSideY = 9
  45.       PopupMenu = SynthResModule.WheelMenu
  46.       LineColor = 2105472
  47.       LinePressedColor = 176
  48.     end
  49.     object VolWheel: TLineWheel
  50.       Tag = 1
  51.       Left = 243
  52.       Top = 29
  53.       Width = 17
  54.       Height = 17
  55.       Hint = '|^b^aVolume'
  56.       Options = []
  57.       SlowMotionDiv = 4
  58.       Max = 320
  59.       Value = 256
  60.       DefaultValue = 256
  61.       OnChange = CutoffWheelChange
  62.       MouseButton = mbLeft
  63.       HotSideX = 9
  64.       HotSideY = 9
  65.       PopupMenu = SynthResModule.WheelMenu
  66.       LineColor = 2105472
  67.       LinePressedColor = 176
  68.     end
  69.     object PhaseWheel: TLineWheel
  70.       Tag = 3
  71.       Left = 112
  72.       Top = 12
  73.       Width = 21
  74.       Height = 21
  75.       Hint = '|^b^aPhase offset'
  76.       Options = [wwBigLine, wwPause]
  77.       MoveSpeed = 64
  78.       SlowMotionDiv = 4
  79.       Min = -512
  80.       Max = 512
  81.       DefaultValue = 0
  82.       OnChange = CutoffWheelChange
  83.       MouseButton = mbLeft
  84.       HotSideX = 10
  85.       HotSideY = 10
  86.       PopupMenu = SynthResModule.WheelMenu
  87.       StartOffset = 0.200000002980232200
  88.       LineColor = 15065303
  89.       LinePressedColor = 16624
  90.       LineThickness = 1
  91.       OnAdjustColor = PhaseWheelAdjustColor
  92.     end
  93.     object SepWheel: TLineWheel
  94.       Tag = 2
  95.       Left = 13
  96.       Top = 23
  97.       Width = 21
  98.       Height = 21
  99.       Hint = '|^b^aStereo separation'
  100.       Options = [wwBigLine, wwPause]
  101.       MoveSpeed = 16
  102.       SlowMotionDiv = 4
  103.       Min = -96
  104.       Max = 96
  105.       DefaultValue = 0
  106.       OnChange = CutoffWheelChange
  107.       MouseButton = mbLeft
  108.       HotSideX = 10
  109.       HotSideY = 10
  110.       PopupMenu = SynthResModule.WheelMenu
  111.       StartOffset = 0.200000002980232200
  112.       LineColor = 15065303
  113.       LinePressedColor = 16624
  114.       LineThickness = 1
  115.       OnAdjustColor = PhaseWheelAdjustColor
  116.     end
  117.     object InvSelect: TSelector
  118.       Tag = 5
  119.       Left = 147
  120.       Top = 13
  121.       Width = 30
  122.       Height = 30
  123.       Cursor = crHandPoint
  124.       Hint = '|^b^aPhase inversion'
  125.       NumCols = 1
  126.       NumRows = 3
  127.       DefaultValue = 0
  128.       OnChange = CutoffWheelChange
  129.       PopupMenu = SynthResModule.WheelMenu
  130.     end
  131.     object PosSelect: TSelector
  132.       Tag = 4
  133.       Left = 71
  134.       Top = 13
  135.       Width = 28
  136.       Height = 20
  137.       Cursor = crHandPoint
  138.       Hint = '|^b^aPhase effect position'
  139.       NumCols = 1
  140.       NumRows = 2
  141.       Value = 1
  142.       DefaultValue = 1
  143.       OnChange = CutoffWheelChange
  144.       PopupMenu = SynthResModule.WheelMenu
  145.     end
  146.   end
  147. end
  148.